Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


tokenSecurityGet

This procedure checks tokens secured for the passed-in object. If a valid procedure handle is passed in and the object has already been secured by the Repository Manager, the security stored in the object is used. If the security is not found in the object, the applicable security is fetched from the database or AppServer by running the tokenSecurityCheck procedure.

Location: af\app\afsecmngrp.i

Parameters:

INPUT phObject AS HANDLE

The handle to the object being checked. If not specified, a standard security check is done using the object name (optional).

INPUT pcObjectName AS CHARACTER

The name of the object being checked (mandatory).

INPUT pcAttributeCode AS CHARACTER

The attribute code of the object being checked (mandatory).

OUTPUT pcSecurityOptions AS CHARACTER

The list of secured tokens and their security settings.

Notes: None

Examples: See the widgetWalk procedure in af\app\afsesmngrp.i.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095